home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / lang_c / cgraphix / cgraphix.doc < prev    next >
Text File  |  1986-07-07  |  1KB  |  25 lines

  1.  
  2. These programs are the functional equivalent of Borland's Turbo
  3. Graphix programs for the IBM CGA (B&W hi-res graphics) but written for
  4. the CI-C86 C compiler.  The translation was performed as I absolutely
  5. had to use large model structures for a specific application.
  6.  
  7. Documentation has not been included.  The Turbo Graphix program is
  8. relatively inexpensive and I would suggest strongly that if you wish
  9. to use these programs that you purchase a copy of the program for the
  10. documentation.  However be careful - Pascal is a strongly typed
  11. language and performs type conversions when calling functions.  C does
  12. not perform such conversions and you will get garbage if you do not
  13. pass parameters correctly.
  14.  
  15. I have used the Turbo Graphix package for a couple of projects.  It is
  16. sufficient some of the time for the 'quick look' type of work.  This
  17. version operates only in the 2-colour high resolution mode on the IBM
  18. CGA or EGA or functional equivalents.  The Turbo Graphix package
  19. itself also supports the Hercules card, and there have been some
  20. extensions for the very high-resolution mode of the EGA.
  21.  
  22. Somewhere along the line I will perform a more extensive rewriting of
  23. this mode to allow colour, etc.
  24.  
  25.